home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / pwabwm10.zip / LOGON.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1995-02-19  |  696b  |  74 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     STRING001 = PPEPath() + "top." + String(PcbNode())
  24.     GetUser
  25.     FCreate 1, STRING001, 1, 0
  26.     FPutLn 1, U_Name()
  27.     FPutLn 1, U_Bul()
  28.     FPutLn 1, U_Bdl()
  29.     FPutLn 1, U_Ful()
  30.     FPutLn 1, U_Fdl()
  31.     FClose 1
  32.  
  33. ;------------------------------------------------------------------------------
  34. ;
  35. ; Usage report (before postprocessing)
  36. ;
  37. ; ■ Statements used :
  38. ;
  39. ;    1       Let 
  40. ;    1       FCreate 
  41. ;    1       FClose 
  42. ;    5       FPutLn 
  43. ;    1       GetUser
  44. ;
  45. ;
  46. ; ■ Functions used :
  47. ;
  48. ;    2       +
  49. ;    1       U_Name()
  50. ;    1       U_Ful()
  51. ;    1       U_Fdl()
  52. ;    1       U_Bdl()
  53. ;    1       U_Bul()
  54. ;    1       String()
  55. ;    1       PPEPath()
  56. ;    1       PcbNode()
  57. ;
  58. ;------------------------------------------------------------------------------
  59. ;
  60. ; Analysis flags : No flag
  61. ;
  62. ;------------------------------------------------------------------------------
  63. ;
  64. ; Postprocessing report
  65. ;
  66. ;    0       For/Next
  67. ;    0       While/EndWhile
  68. ;    0       If/Then or If/Then/Else
  69. ;    0       Select Case
  70. ;
  71. ;------------------------------------------------------------------------------
  72. ;                 AEGiS Corp - Break the routines, code against the machines!
  73. ;------------------------------------------------------------------------------
  74.